/* CSS Document */

.head {
	width: 100%;
	height: 60px;
	background-color: white;
	border-bottom: 1px solid #BBBBBB;
}

.head-container {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}

.head-subTitle {
	display: inline-block;
	font-size: 14px;
	margin-top: 20px;
	color: #BBBBBB;
	font-weight: normal;
}

.cfn-webSite {
	display: inline-block;
	float: right;
	font-size: 14px;
	margin-top: 20px;
	margin-right: 20px;
	color: #EA4245;
}





